home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global t, d
- puppetSound(4, 0)
- puppetSound(3, 0)
- puppetSound(2, 0)
- puppetSound(2, 73)
- put " " into field "advert"
- puppetSound(1, 0)
- puppetSprite(1, 0)
- puppetSprite(2, 0)
- puppetSprite(3, 0)
- puppetSprite(4, 0)
- repeat with t = 1 to 30000
- nothing()
- end repeat
- set d to random(6)
- if d = 1 then
- puppetSound(1, 202)
- end if
- if d = 2 then
- puppetSound(1, 205)
- end if
- if d = 3 then
- puppetSound(1, 211)
- end if
- if d = 4 then
- puppetSound(1, 213)
- end if
- if d = 5 then
- puppetSound(1, 241)
- end if
- if d = 6 then
- puppetSound(1, 242)
- end if
- unLoadCast()
- go("f")
- end
-